'Transformate' isn't a word.
authorrobertl <robertl>
Wed, 1 Nov 2006 16:34:53 +0000 (16:34 +0000)
committerrobertl <robertl>
Wed, 1 Nov 2006 16:34:53 +0000 (16:34 +0000)
transform.c

index 99c19dd5826c8531034c2d34c4c9673b51ef5bd2..c52843c3267759390fd7882190fb630de4843c49 100644 (file)
@@ -37,11 +37,11 @@ static char *opt_routes, *opt_tracks, *opt_waypts, *opt_delete;
 
 static
 arglist_t transform_args[] = {
-       {"wpt", &opt_waypts, "Transformate track(s) or route(s) into waypoint(s) [R/T]", NULL, 
+       {"wpt", &opt_waypts, "Transform track(s) or route(s) into waypoint(s) [R/T]", NULL, 
                ARGTYPE_STRING, ARG_NOMINMAX},
-       {"rte", &opt_routes, "Transformate waypoint(s) or track(s) into route(s) [W/T]", NULL, 
+       {"rte", &opt_routes, "Transform waypoint(s) or track(s) into route(s) [W/T]", NULL, 
                ARGTYPE_STRING, ARG_NOMINMAX},
-       {"trk", &opt_tracks, "Transformate waypoint(s) or route(s) into tracks(s) [W/R]", NULL, 
+       {"trk", &opt_tracks, "Transform waypoint(s) or route(s) into tracks(s) [W/R]", NULL, 
                ARGTYPE_STRING, ARG_NOMINMAX},
        {"del", &opt_delete, "Delete source data after transformation", "N", 
                ARGTYPE_BOOL, ARG_NOMINMAX},